home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / doom / heth105.zip / SCRPINFO.TXT < prev    next >
Text File  |  1995-11-22  |  1KB  |  66 lines

  1. ::Inserting Scripts with HETH::
  2.  
  3. [Method 1]
  4.  
  5. After you've compiled your script, you'll have a MYSCRIPT.O file. This needs
  6. to be renamed to MYSCRIPT.RAW. 
  7.  
  8. Start HETH.
  9.  
  10. Open your PWAD:
  11.  
  12.     r MYWAD.WAD
  13.  
  14. Insert the MYSCRIPT.RAW into a BEHAVIOR.WAD:
  15.  
  16.     i MYSCRIPT.RAW BEHAVIOR
  17.  
  18. Read the new BEHVAIOR.WAD into HETH:
  19.  
  20.     r BEHAVIOR.WAD
  21.  
  22. Now group the BEHAVIOR.WAD containing your script and your PWAD into a
  23. final NEWPWAD.WAD:
  24.  
  25.     g NEWPWAD.WAD
  26.  
  27. The <g>roup function will combine all open PWADs into whatever OUTPUT.WAD
  28. name you define. To see what PWADs are open at any given time, type
  29.  
  30.     w <or> wads
  31.  
  32. So far the above method has been working for people. The critical factor is
  33. giving your compiled script a .RAW extension. 
  34.  
  35.  
  36. [METHOD 2]
  37.  
  38. Command 'O' converts a renamed compiled script to BEHAVIOR.WAD
  39.  
  40. Compile your script with the acc.exe utility,
  41.  
  42. rename the file from MYSCRIPT.O to MYSCRIPT.RAW,
  43.  
  44. Edit or Read a level:-
  45.  
  46.     R MYWAD.WAD
  47.  
  48. at the command line type:-
  49.  
  50.     O MYSCRIPT.RAW
  51.  
  52. then Group them to form a new PWAD:-
  53.  
  54.     G NEWPWAD.WAD
  55.  
  56. This is a quick addition, as inserting lumps this way only works for map01,
  57. a proper command from within the editor itself will be implemented soon.
  58.  
  59. =============================================================================
  60.  
  61. Thanks for supporting DETH and HETH!
  62.  
  63. -Dr Sleep
  64.  
  65. 11-18-95
  66.